home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / virus / invb.zip / IV-UTILS.TXT < prev    next >
Text File  |  1996-07-11  |  3KB  |  67 lines

  1.  The InVircible Utilities
  2.  ------------------------
  3.  The utilities in this package are rarely used in IV's daily operation.
  4.  Yet they facilitate performing certain tasks, that otherwise may
  5.  require the use of an ASCII editor or of a disk management utility.
  6.  
  7.  NOCMOS
  8.  ------
  9.  The CMOS setup parameters are backed up by InVircible the first time
  10.  IVINIT runs from the autoexec. On every subsequent booting, the current
  11.  CMOS configuration parameters are compared by IVINIT to those stored in
  12.  the CMOS.NTZ file. If a change in configuration is detected, then the
  13.  user is alerted.
  14.  
  15.  There are instances where multiple CMOS configurations are used, for
  16.  example with notebooks, when docked or as a stand alone machine. In
  17.  these cases the user may wish not to be bothered with the CMOS check
  18.  every time the computer is booted. IVINIT will skip the CMOS test when
  19.  invoked with the /NOCMOS switch.
  20.  
  21.  The NOCMOS utility edits the C:\AUTOEXEC.BAT file to enable, or disable
  22.  the IVINIT CMOS test. Running NOCMOS E will enable the CMOS test, while
  23.  running NOCMOS D will disable the CMOS test in the autoexec.
  24.  
  25.  FIND-SIG.
  26.  ---------
  27.  InVircible creates an integrity database that consists of a signatures
  28.  file in each directory that contains binary-executable files. The
  29.  filename of these signatures may contain high ASCII (unprintable)
  30.  characters. Especially if the installation of IV was performed with
  31.  IVLOGIN, with the random filename option ON (IVLOGIN /RANDOM). The
  32.  purpose of the hi-ascii characters in the filename is to protect the
  33.  database from being accidentally erased. The first three characters of
  34.  the signature filename are always printable alphanumerics, so that they
  35.  can be handled from DOS, when using the "?,*" wildcards.
  36.  
  37.  Many users depend on Windows and on its file manager. To their dismay,
  38.  Windows is unable to handle files which's name contains high ascii
  39.  characters. Most users ignore that Windows is handicaped in this
  40.  aspect. If you read this file wth a DOS viewer then you'll be able to
  41.  see in the following "αßΓπ" the sequence of four Greek characters
  42.  starting with alpha (ASCII 224). Yet under windows you probably see
  43.  only underscores, or maybe just one character, but not all four.
  44.  
  45.  FIND-SIG is a housekeeping utility. It will find and remove inactive or
  46.  orphan IV signature files which you may have lost for whatever reason.
  47.  Just type FIND-SIG and the drive name that you wish to scan (the
  48.  default is the current drive). FIND-SIG will prompt the user on any IVB
  49.  inactive signature file that it finds and ask if to skip the file,
  50.  erase it, or erase all the orphan IVB files that it finds.
  51.  
  52.  FIND-SIG can also be used to cleanup periodically from the IVB.000
  53.  backup signatures. Another usage of FIND-SIG is to remove all IVB
  54.  signatures left after uninstalling InVircible from a computer.
  55.  
  56.  GET-HD
  57.  ------
  58.  GET-HD will display the CMOS setup and the IDE parameters of the two
  59.  first hard drives installed in a computer. For SCSI and MFM drive it
  60.  will display the hard drive parameters found in the BPB (bios
  61.  parameters block). The parameters shown by GET-HD are written in the
  62.  HD_DATA.NTZ file, created on the rescue diskette at the time of its
  63.  preparation.
  64.  
  65.  These parameters can be useful in disaster recovery scenarios or when
  66.  asking for assistance from the IV online support.
  67.